Test/7 maestro e2e tests#40
Merged
mateusz1913 merged 3 commits intocallstackincubator:mainfrom Jun 10, 2025
Merged
Conversation
Remove the bundle just before it is added to project
🦋 Changeset detectedLatest commit: 27b9be4 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
Author
|
hey @mateusz1913 could you take a look? |
mateusz1913
reviewed
Jun 6, 2025
Collaborator
mateusz1913
left a comment
There was a problem hiding this comment.
Looks awesome! Left one question and will check it manually before merging
mateusz1913
requested changes
Jun 9, 2025
Collaborator
mateusz1913
left a comment
There was a problem hiding this comment.
Only the branch triggers needs to be updated and we can 🚢
2ecd53c to
27b9be4
Compare
Contributor
Author
|
@mateusz1913 I've rewritten the history. I amended the test commit and changed the triggers; the changelist commit is still the last one here. |
mateusz1913
approved these changes
Jun 10, 2025
Merged
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces Maestro e2e tests.
They are run for iOS and Android for every PR targeting the main branch, and push to the main branch.
E2E test is basic. It opens the app, clicks a button, traverses through the license list, selects React Native, and then checks if it opens the proper license and goes to GitHub.
Tests run on:
All tests record their run in MP4 and make screenshots. They are attached as test artefacts.
The tests also upload test results in the JUnit format.
This PR fixes also some potential issue, where plugin stop executing when Settings.plist was already registered in xcode project.
closes #7